|
Class Summary |
| AbstractFilesystem |
AbstractFilesystem is an abstract class that implementats a subset of the
Filesystem interface that should be fairly consistent from one filesystem
to the next. |
| Buffer |
Buffer is the concrete implementation for all virtual file system buffer
management. |
| FileFilesystem |
The FileFilesystem provides a direct mapping of Filesystem operations onto
native file and directory access. |
| NewFilesystem |
The NewFilesystem provides an artificial Url source for new files. |
| Url |
The Url class defines immutable resource references similar to the JDK
URL class. |
| VFS |
The VFS, or Virtual File System, is responsible for mapping a Url to a
buffer representing its contents. |
| ZipFilesystem |
The ZipFilesystem provides a direct mapping of Filesystem operations onto
zip file entries. |